chore: update dependencies and upgrade AI SDK to v6#449
Merged
Conversation
- Upgrade ai package from v5 to v6 - Update all @ai-sdk/* provider packages to latest versions - Update provider packages peer dependency to ai@^6.0.0 - Update dev dependencies: biome, vitest, @types/node, knip, zod Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Jan 24, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aipackage from v5 to v6 (breaking changes in AI SDK)@ai-sdk/*provider packages to latest versions compatible with AI SDK v6ai@^5.0.0toai@^6.0.0Key Changes
AI SDK v6 Migration
aiin apps/runtime from^5.0.115to^6.0.49@ai-sdk/anthropic,@ai-sdk/openai, etc.) to v6-compatible versionsai@^6.0.0as peer dependencyOther Dependency Updates
@biomejs/biome: 2.3.10 → 2.3.12@types/node: 25.0.3 → 25.0.10vitest/@vitest/coverage-v8: 4.0.16 → 4.0.18knip: 5.75.1 → 5.82.1zod: 4.2.1 → 4.3.6Test plan
pnpm typecheckpassespnpm buildpassespnpm testpasses (1369 tests)pnpm format-and-lintpasses🤖 Generated with Claude Code